home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / docs / linux-2.0.34 / networking / vortex.txt < prev    next >
Encoding:
Text File  |  1996-01-21  |  1.1 KB  |  36 lines

  1. This document describes the usage and errata of the 3Com "Vortex" device
  2. driver for Linux.
  3.  
  4. This driver supports the following hardware:
  5.     3c590, 3c592, 3c595, 3c597
  6.  
  7. When loaded as a module the following variables may be set:
  8.  name     type    description
  9.  debug     int    The debug message level, 0 (no messages) to 6 (wordy).
  10.  options int[]    The media type override and card operation settings
  11.         (See list below.)
  12.  
  13. An example of loading the vortex module is
  14.     insmod 3c59x.o debug=1 options=0,,12
  15. This sets the debug message level to minimal messages, sets the first card to
  16. the 10baseT transceiver, the second to the EEPROM-set transceiver, and the
  17. third card to operate in full-duplex mode using its 100baseTx transceiver.
  18. (Note: card ordering is set by the PCI BIOS.)
  19.  
  20. Possible media type settings
  21.     0    10baseT
  22.     1    10Mbs AUI
  23.     2    undefined
  24.     3    10base2 (BNC)
  25.     4    100base-TX
  26.     5    100base-FX
  27.     6    MII (not yet available)
  28.     7    <Use default setting>
  29.     
  30.     8    Full-duplex bit
  31.         8 10baseT full-duplex
  32.         12 100baseTx full-duplex 
  33.     16    Bus-master enable bit (experimental use only!)
  34.  
  35. Details of the device driver implementation are at the top of the source file.
  36.